Block SharePoint Designer HttpModule

Block SharePoint Designer access for an entire web application except for a designated Active Directory group. You can restrict SPD users of any permission level, including site collection owners and even the SharePoint service account! Two .wsp files add & deploy an HttpModule.

Copy List Item to a Secured List

Finally! A basic activity that is added to SharePoint Designer that allows the copying of a list item to a secured list.

Custom SharepointDesigner Actions

These are a couple of custom actions that i use in sharepoint designer to ease workflow creation. if you have any suggestions or ideas for new ones let me know and i might add them.

David Severns .Net and SharePoint Code Repository

This is where I will post code samples and small projects related to blog posts, talks and training courses. For anything of significant interst a separate codeplex project will be created.

Deploy Workflow Manager

Kick off a workflow associated with a SharePoint List on all list items at once. SharePoint Designer Workflows will also be included. This project assumes criteria is included in the Workflow. Critera through the Workflow Manager is still in process.

iLove SharePoint

SharePoint Tools: Lookup Field with Picker, PowerShell Scripts, SharePoint Designer Actions, PowerActivity, PowerWebPart, PowerEventReceiver, Sandboxed Solutions... ...you will love it too.

MOSS Designer Workflow Activities

There are a number of Sharepoint Designer activities that I think should be available within the Designer, but they are not currently there.

No SharePoint Designer

NoSPD.zip (71 kB)
This project is designed to provide SharePoint administrators w/ packaged solutions to disable access to sites via SharePoint Designer (SPD). Over time the methods described on the SPD Team's blog (http://is.gd/pjeu) will be implemented, as well as provide other solutions.

SharePoint PageLayoutGenerator

A SharePoint web part for WSS 3.0 & MOSS 2007 to generate custom site columns, site content types and page layout feature by using this we can save minimum 2hrs for each and every page layout

Referential Integrity in SharePoint 2007 (MOSS)

Referential integrity for lookup columns is a very neat feature in SharePoint 2010. I came across a requirement to provide referential integrity in MOSS. I used SharePoint designer workflow to get this feature. I am going to explain how we can achieve “Restrict delete” in MOSS.

SDS SharePoint Library

The SDS SharePoint Library is a FREE collection of reusable tools and solutions from www.sds-consulting.com. Our team builds custom SharePoint solutions, fast.

SharePoint Stock Quote Web Part

This is a web part for WSS v3, MOSS 2007, SPF 2010, or SharePoint Server 2010 that displays a stock quote for a single stock. Under the hood, this is a Data View Web Part and a call to a web service at WebServiceX.Net.

Artezio SharePoint 2013 Workflow Activities for VS & Actions for Designer

SharePoint Workflow 2013 doesn’t provide activities for permissions, we've fixed it using HttpSend activity and REST API calls. SharePoint Designer supported.

SharePoint Customizer

spc.zip (3,0 MB)
SharePoint Customizer designed to customize SharePoint sites look and feel by overriding original css classes by new classes located in new files.

SharePoint Designer 2007 Policy

Enable or Disable SharePoint Designer 2007 per site web application and per site colleciton.

Useful Sharepoint Designer Custom Workflow Activities

This project takes aim at making it easier to create advanced workflows using Sharepoint Designer by providing a set of custom workflow activities.

SharePoint Developer Explorer

A Visual Studio add-in to give developers the ability to edit SharePoint content from within Visual Studio.

SharePoint Designer Workflow Extensions (custom actions)

Provides the ability to create generic C# (and potentially other managed .NET) code implemented as an extension to SharePoint Designer. The project comes about in response to a specific problem: out of the box, SPD provides very basic and limited string manipulation functions. A particular project required a String.Replace() function and that is simply unavailable in SPD. This project provides both a set of pre-built functions as well as providing a method for developer end users to easily implement and use their own extensions when creating SPD workflows. Vision: - Provide a full set of string manipulation functions (e.g. ToLower, ToUpper, SubString, Index, etc). - Enable programmers to create their own .dll's and following interface rules, easily execute their code from SPD. - Package this as a solution. This project is managed by Paul Galvin of Conchango. Feel free to contact me here: galvin.paul@gmail.com. Please visit my blog at http://paulgalvin.spaces.live.com/blog

jQuery Library for SharePoint Web Services

SPServices.zip (11,1 MB)
This is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use.

SharePoint 2010 Site Styles

SharePoint 2010 Site Styles provide a way to centrally manage and apply CSS and images to publishing and non-publishing sites with a SharePoint 2010 environment. The goal is to bring the flexibility of SharePoint 2007 themes to SharePoint 2010 with a better experience.